@import url("/web/20131025191450cs_/http://www.quincyinsurance.net/wp-content/brightfire-lib/css/base.css");

/* Table of Contents
* BRILLIANCE THEME
* Import Base.css includes:
	* HTML5 Reset
	* Gravity Forms
	* Policy Service Cetner
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* SlideDeck Overrides
* BrightFire Theme Styles
* BrightFire Color Schemes
* BrightFire Employees
* Google Maps Plugin
* Global Overrides

*/




/* Defaults
------------------------------------------------------------ */

body {
	font-size:100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #444;
	font-size:14px;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
/*	background-color: #f5f5f5;*/
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ol,
ul {
	margin-bottom: 15px;
}

p + ul {
	margin-top: -15px;
}

p {
	margin-bottom:15px;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #dedede;
}

/* Wrap
------------------------------------------------------------ */

#wrap {
/*	background-color: #fff;*/
	margin: 0 auto;
	width: 100%;
}


/* Header
------------------------------------------------------------ */

#header {
	position: relative;
	padding-bottom: 20px;
	z-index: 2;
}

#header .wrap {
	margin: 0 auto;
	max-width:960px;
	position: relative;
}

#title-area {
	background: #FFF;
	border-radius: 0 0 6px 6px;
		-webkit-border-radius:0 0 6px 6px;
		-moz-border-radius: 0 0 6px 6px;
	float: left;
	height: 90px;
	margin-right:25px;
	overflow: hidden;
	padding: 20px 30px;
	text-align: center;
	width: 240px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	font-weight:700;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: left;
	margin-top: 25px;
}

#header .widget-area .widget {
	float: left;
	margin-right: 25px;
}

#header .widget-area .textwidget,
#header .widget-area .textwidget h2 {
	color: #FFF;
	font-weight: 700;
	font-size: 16px;
	margin-top: 3px;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area #title,
.header-image #title-area #description {
	display: block;
	float: left;
	height: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 0;
}


/* Image Header - Full Width
------------------------------------------------------------ */

/*.header-full-width #title,
.header-full-width #description {
	display: block;
	float: left;
	height: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 0;
}*/


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
/*	padding-right: 25px;*/
}

li a .sf-sub-indicator {
/*	background: url(/web/20131025191450im_/http://www.quincyinsurance.net/wp-content/themes/brightfire-brilliance/images/arrow-down.png) no-repeat;*/
	height: 10px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}

li li a .sf-sub-indicator {
/*	background: url(/web/20131025191450im_/http://www.quincyinsurance.net/wp-content/themes/brightfire-brilliance/images/arrow-right.png) no-repeat;*/
	top: 10px;
}


/* Header Right Navigation
------------------------------------------------------------ */



/* Primary Navigation
------------------------------------------------------------ */

#nav {
	border-radius: 6px;
		-webkit-border-radius:6px;
		-moz-border-radius: 6px;
	bottom: 0;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	width:635px;	
	height: 47px;
}

#nav .wrap {
	max-width:960px;
	margin:0 auto;
	text-align:center;
}

#nav ul {
	margin: 0 auto;
	text-align:left;
	display:inline-block;
}

#nav li {
	list-style-type: none;
	display: inline;
	float:left;
	height:47px;
}

#nav li a {
	display: block;
	font-size: 13px;
	padding: 8px 11px 9px;
	position: relative;
	text-decoration: none;
	line-height: 15px;
}

#nav li.single-line a {
	padding-top: 16px;
	padding-bottom: 16px;
}

#nav ul li:first-child a {
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
}

#nav li li a:hover,
#nav li li a:active {
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 197px;
	z-index: 9999;
}

#nav li ul li {
	height: auto;
}

#nav li ul a {
	width: 175px;
}

#nav li ul ul {
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}




/* Header Navigation
------------------------------------------------------------ */

#header-subnav  {
	float: right;
	margin: 25px 0 0;
	overflow: hidden;
}

#header-subnav  ul {
	float: left;
	margin-left: 0;
	width: 100%;
}

#header-subnav  li {
	float: left;
	list-style-type: none;
}

#header-subnav  li a {
	border-right: 1px solid white;
	color: #FFF;
	display: block;
	font-size: 14px;
	padding: 3px 10px;
	position: relative;
	text-decoration: none;
}

#header-subnav  li:first-child a {
	border-left: 1px solid white;
}

#header-subnav li a:hover,
#header-subnav li a:active,
#header-subnav .current_page_item a,
#header-subnav .current-cat a,
#header-subnav .current-menu-item a {
}

#header-subnav  li li a,
#header-subnav  li li a:link,
#header-subnav  li li a:visited {
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
/*	width: 175px;*/
}

#header-subnav li li a:hover,
#header-subnav li li a:active {
}

#header-subnav  li ul {
	height: auto;
	left: -9999px;
	position: absolute;
/*	width: 175px;*/
	z-index: 9999;
}

#header-subnav  li ul a {
/*	width: 175px;*/
}

#header-subnav  li ul ul {
	margin: -33px 0 0 196px;
}

#header-subnav  li:hover>ul,
#header-subnav  li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background: url(./Needham Auto, Homeowners, and Business Insurance _ Quincy Insurance Agency, Inc. _ Insuring All of Massachusetts_files/bkgrd-blur.png) center top no-repeat;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: -40px;
}

#inner > div.wrap {
	background-color: #FFF;
	border-radius: 6px;
		-webkit-border-radius:6px;
		-moz-border-radius: 6px;
	box-shadow: #444 0 0 5px;	
		-webkit-box-shadow: #444 0 0 5px;
		-moz-box-shadow: #444 0 0 5px;
	max-width:960px;
	width:960px;
	margin:0 auto;
	overflow: hidden;
	position:relative;
}

/* Breadcrumb
------------------------------------------------------------ */

#inner .breadcrumb {
  background: #e4e4e4;
	border-radius: 6px 6px 0 0;
		-webkit-border-radius: 6px 6px 0 0;
		-moz-border-radius: 6px 6px 0 0;
	border: none;
	color: #797979;
  font-size: 13px;
  padding: 8px 30px;
  width: 900px;
}

#inner .breadcrumb a {
	color: #797979;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float:left;
	width: 720px;
}

.sidebar-content-sidebar #content-sidebar-wrap {
	float:right;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	float:none;
	width: 900px;
	margin: 0 auto;
	padding: 30px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.content-sidebar-sidebar #content-sidebar-wrap {
	padding:30px;
}

.sidebar-content-sidebar #inner,
.content-sidebar-sidebar #inner {
	width:960px;
}

/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 55.555555555555556%; /* 400/720 */
}

.content-sidebar #content,
.sidebar-content #content {
	width: 65.222222222222222%; /* 587/900 */
}

.sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

blockquote {
	margin-left: 20px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

.entry-content p + ul {
	margin: -30px 0 0;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

/*.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}*/


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:700;
	margin: 0 0 5px;
}

h1 {
	font-size: 20px;
	line-height: 24px;
}

h1.entry-title {
	margin-bottom: 15px;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	color: #000;
}

#footer h2 {
	font-size: 12px;
}

h3 {
	font-size: 16px;
	line-height: 21px;
}

h1 + h2 {
	margin:20px 0;
}

p + h1, ul + h1, ol + h1,
p + h2, ul + h2, ol + h2,
p + h3, ul + h3, ol + h3 {
	margin-top:20px;
}

.taxonomy-description h1,
.widget-area h2 a {
}

h2 a:hover {
	text-decoration: none;
}

.widget h2.widgettitle,
.widget h4.widgettitle {
	background:#000;
	color:white;
	display:block;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	padding: 8px 10px 3px;
	position:relative;
	text-transform: uppercase;
}


.gform_widget h2.widgettitle,
.gform_widget h4.widgettitle,
.sidebar .widget h2.widgettitle,
.sidebar .widget h4.widgettitle,
.bf-social-profiles h2.widgettitle,
.bf-social-profiles h4.widgettitle {
	background:#000;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	color:white;
	display:block;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	padding: 8px 10px;
	position:relative;
	text-transform: uppercase;
}


.widget-area h4 a {
	text-decoration: none;
}

#footer .widget h2.widgettitle,
#footer .widget h4.widgettitle {
		position:relative;
		background: none;
		border: none;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 5px;
		padding: 0;
		text-transform: uppercase;
}


h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */


.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.featuredpage ul li,
.archive-page ul li,
.entry-content ul li {
  list-style-type: disc;
  margin: 0 0 0 30px;
  padding: 0;

}

.entry-content ol {
	margin: 0;
}


.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: 5px 0;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}





/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
/*	background-color: #f5f5f5;*/
	border: 1px solid #ddd;
	padding: 4px;
	height: normal;
}

.avatar .unstyled-image,
.featuredpage img.unstyled-image,
.featuredpost img.unstyled-image,
.post-image .unstyled-image {
 	border: 0 none;
 	padding: 0;
}

.author-box .avatar {
/*	background-color: #fff;*/
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
/*	background-color: #fff;*/
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
	clear:left;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
	clear:right;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 30.333333333333333%; /*273/900*/
	margin-top:38px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
	float: right;
	width: 15.555555555555556%; /*140/900*/
	padding: 30px 0;
	margin-top:38px;
}

.sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
	margin-right: 30px;
}

.sidebar-content-sidebar #sidebar-alt {
	float: left;
	margin-left:30px;
}

.content-sidebar-sidebar #sidebar,
.sidebar-content-sidebar #sidebar {
	width: 37.916666666666667%; /*273/720*/
}

.sidebar .widget,
.gform_widget,
.bf-social-profiles {
	background-color: #F5F5F5;
	border: 1px solid #ddd;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:relative;
}

.widget + .widget {
	margin-top: 15px;
}

.widget-area .textwidget {
	padding: 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
/*	clear: both;
	margin: 0 0 15px;
	overflow: hidden;*/
}

.featuredpage .page,
.featuredpost .post {
/*	border-bottom: 1px solid #ddd;*/
	overflow: hidden;
	padding: 10px 0 0;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	position: relative;
	border: 1px solid #cc3401;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 12px !important;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #cc3401;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cc3401), to(#992702));
	background: -webkit-linear-gradient(#cc3401, #992702);
	background: -moz-linear-gradient(#cc3401, #992702);
	background: -ms-linear-gradient(#cc3401, #992702);
	background: -o-linear-gradient(#cc3401, #992702);
	background: linear-gradient(#cc3401, #992702);
	-pie-background: linear-gradient(#cc3401, #992702);
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #ff4101;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff4101), to(#cc3401));
	background: -webkit-linear-gradient(#ff4101, #cc3401);
	background: -moz-linear-gradient(#ff4101, #cc3401);
	background: -ms-linear-gradient(#ff4101, #cc3401);
	background: -o-linear-gradient(#ff4101, #cc3401);
	background: linear-gradient(#ff4101, #cc3401);
	-pie-background: linear-gradient(#ff4101, #cc3401);
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 30px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
/*	width: 195px;*/
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
/*	background-color: #f5f5f5;*/
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
/*	background-color: #f5f5f5;*/
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */



/* Footer
------------------------------------------------------------ */

#footer {
	font-size: 12px;
	position: relative;
	width: 100%;
	z-index: 0;
}

#footer .wrap{
	background: url(/web/20131025191450im_/http://www.quincyinsurance.net/wp-content/themes/brightfire-brilliance/images/content-bottom.png) no-repeat scroll center top transparent;
	max-width: 960px;
	margin: 0 auto;
	padding-top:40px;
}

#footer ol,
#footer ul {
	margin: 0;
}

#footer p {
	font-size: 12px;
	color:#FFF;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(/web/20131025191450im_/http://www.quincyinsurance.net/wp-content/themes/brightfire-brilliance/images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .bf-social-profiles {
	background: none;
	border: none;
	float: right;
	margin-left: 4.166666666666667%;
}

#footer li {
	list-style : none;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
/*	background-color: #f5f5f5;*/
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper {
	background: none;
	background-color: #F5F5F5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


/* Quote Long Form Page
------------------------------------------------------------ */
/* see base.css */


/* Quote Starter Form Widget
------------------------------------------------------------ */
/* see base.css */


/* Policy Center styling
------------------------------------------------------------ */

#bf-service-center-top,
#bf-service-center-side {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


/* BrightFire Theme Styles
------------------------------------------------------------ */
/* see base.css */


/* BrightFire Rows / Widget Classes
------------------------------------------------------------ */
#home-row1,
#home-row2,
#home-row3,
#home-row4 {
	clear:both;
	position: relative;
	padding-bottom: 40px;
}

#home-row1 {
	padding-bottom: 0;
}

#home-row1 .wrap,
#home-row2 .wrap,
#home-row3 .wrap,
#home-row4 .wrap,
#footer-row1 .wrap,
#footer-row2 .wrap {
	padding: 30px 30px 0 0;
	margin-left: 30px;
}

#home-row3 .wrap,
#home-row4 .wrap {
	background: url(/web/20131025191450im_/http://www.quincyinsurance.net/wp-content/themes/brightfire-brilliance/images/hr.png) top center no-repeat;
}

#footer-row1,
#footer-row2 {
	clear:both;
	padding:20px 0;
	position: relative;
}


.bf-row-full-width {
	width: 100%;
}

.bf-row-left-half,
.bf-row-right-half {
	width: 47.777777777777778%; /* 430/900 */
	float:left;
	margin-right: 4.444444444444444%; /* 40/900 */
}

.bf-row-right-half {
	margin-right: 0;
}

.bf-row-right-half {
	float:right;
}

.bf-row-left-third,
.bf-row-middle-third,
.bf-row-right-third {
	width:30.37037037037037%; /* 273.33/900 */
	float:left;
}

.bf-row-middle-third {
	margin-left: 4.444444444444444%; /* 40/900 */
	margin-right: 4.444444444444444%; /* 40/900 */
}

.bf-row-right-third {
	float:right;
}

.bf-row-left-fourth,
.bf-row-middle-left-fourth,
.bf-row-middle-right-fourth, 
.bf-row-right-fourth {
	width: 21.666666666666667%; /* 195/900 */
	float:left;
}

.bf-row-left-fourth,
.bf-row-middle-left-fourth,
.bf-row-middle-right-fourth {
	margin-right: 4.444444444444444%; /* 40/900 */
}

.bf-row-left-fifth,
.bf-row-middle-left-fifth,
.bf-row-middle-fifth,
.bf-row-middle-right-fifth, 
.bf-row-right-fifth {
	width: 16.444444444444444%; /* 148/900 */
	float:left;
}

.bf-row-left-fifth,
.bf-row-middle-left-fifth,
.bf-row-middle-fifth,
.bf-row-middle-right-fifth {
	margin-right: 4.2%; /* 40/900 */
}

.bf-row-left-two-thirds,
.bf-row-right-two-thirds {
	width: 65.185185185185186%; /*586.666666666666674/900*/
	float: left;
}

.bf-row-left-one-third,
.bf-row-right-one-third {
	width:30.37037037037037%; /* 273.33/900 */
	float:left;
}

.bf-row-left-two-thirds,
.bf-row-left-one-third {
	margin-right: 4.444444444444444%; /* 40/900 */
}

.bf-row-first-four-plus-double,
.bf-row-second-four-plus-double,
.bf-row-third-four-plus-double,
.bf-row-fourth-four-plus-double {
	margin-right: 4.444444444444444%; /* 40/900 */
	width: 12.962962962962963%; /* 116.666666666666667/900 */
	float:left;
}

#bf-cred {
	border-top:solid 1px white;
	padding:20px 0;
}

#bf-cred .copyright{
	float:left;
	opacity: 0.4;
	filter:alpha(opacity=40);
}

#bf-cred .brightfire{
	float:right;
}



/* SlideDeck settings
----------------------------- */
#inner .slidedeck_widget {
	padding-bottom: 0;
}

#inner .skin-bfstandard {
	border-color: #efefef;
}

/* BrightFire Theme Color Schemes
------------------------------------------------------------ */
/* Global settings for all color schemes */

.bf-black .reply a, .bf-black .reply a:link, .bf-black .reply a:visited, .bf-black .reply a:active,
.bf-brown .reply a, .bf-brown .reply a:link, .bf-brown .reply a:visited, .bf-brown .reply a:active,
.bf-green .reply a, .bf-green .reply a:link, .bf-green .reply a:visited, .bf-green .reply a:active,
.bf-red .reply a, .bf-red .reply a:link, .bf-red .reply a:visited, .bf-red .reply a:active,
.bf-teal .reply a, .bf-teal .reply a:link, .bf-teal .reply a:visited, .bf-teal .reply a:active {
	color:#FFF; /* default button text color */
} 

/* BrightFire Default Color Scheme (Black) 
------------------------------------------------------------ */

body.bf-black {
	background: url(./Needham Auto, Homeowners, and Business Insurance _ Quincy Insurance Agency, Inc. _ Insuring All of Massachusetts_files/header-bg-black.png) repeat-x top center #DEDEDE;
}

.bf-black a, .bf-black a:link, .bf-black a:visited, .bf-black a:active {
	color:#000; /* links */
} 

.bf-black a:hover {
	color:#CC3401; /* links hover */
}


.bf-black #title-area #title,
.bf-black #title-area #title a,
.bf-black #title-area #description {
	color: #444; 
}

.bf-black #header .wrap,
.bf-black #header p,
.bf-black #header h3,
.bf-black #header h4,
.bf-black #title-area,
.bf-black #header .widget-area h2 {
	color: #FFF; 
}

.bf-black .gform_widget h2.widgettitle,
.bf-black .gform_widget h4.widgettitle,
.bf-black .sidebar .widget h2.widgettitle,
.bf-black .sidebar .widget h4.widgettitle {
	background: #000000; /* Box Header Callouts */
	color: #FFF;
}

.bf-black #nav {
	background: #000; /* nav bar */	
}

.bf-black #nav li a {
	color: #FFF; 
	border-left: 1px solid #4a4a4a; /* divider */
}

.bf-black #nav ul li:first-child a {
	border-left: none;
}

.bf-black #nav li a:hover,
.bf-black #nav li a:active {
	color: #FFF; 
}

.bf-black #nav li.sfHover,
.bf-black #nav li li a,
.bf-black #nav li li a:link,
.bf-black #nav li li a:visited {
	background: #636363; /* dropdown */
	color: #FFF; 
}

.bf-black #nav li li a,
.bf-black #nav li li a:link,
.bf-black #nav li li a:visited {
	border-left: 1px solid #4a4a4a;  /* divider */
	border-right: 1px solid #4a4a4a;  /* divider */
	border-top: 1px solid #4a4a4a;  /* divider */
	border-bottom: 0;
}

.bf-black #nav li a:hover,
.bf-black #nav li a:active,
.bf-black #nav .current-cat a {
	background-color: #636363;  /* dropdown rollover */
	color: #FFF;
}

.bf-black #nav li li a:hover, 
.bf-black #nav li li a:active {
	background: #4e4e4e;   /* dropdown rollover */
}

.bf-black #footer {
	 /* footer top gradient & footer bottom gradient */
	background: #000000; /* footer bkgrd gradient top */
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000000), to(#3d3d3d));
	background: -webkit-linear-gradient(#000000, #3d3d3d);
	background: -moz-linear-gradient(#000000, #3d3d3d);
	background: -ms-linear-gradient(#000000, #3d3d3d);
	background: -o-linear-gradient(#000000, #3d3d3d);
	background: linear-gradient(#000000, #3d3d3d);
	-pie-background: linear-gradient(#000000, #3d3d3d);
	color:#FFF;
}

.bf-black #footer a {
	color:#FFF;
}

.bf-black #bf-cred {
	border-top-color: #5b5b5b; /* divider */
}

.bf-black #footer .widgettitle {
	color:#FFF; 
}

.bf-black h1 {
	color:#4a4a4a; /* h1 */
}

.bf-black h2 {
	color:#000; /* h2 */
}


/* BrightFire Blue Color Scheme
------------------------------------------------------------ */

body.bf-blue {
	background: url(./Needham Auto, Homeowners, and Business Insurance _ Quincy Insurance Agency, Inc. _ Insuring All of Massachusetts_files/header-bg-blue.png) repeat-x top center #DEDEDE;
}

.bf-blue a, .bf-blue a:link, .bf-blue a:visited, .bf-blue a:active {
	color:#004385; /* links */
} 

.bf-blue a:hover {
	color:#6198d8; /* links hover */
}


.bf-blue #title-area #title,
.bf-blue #title-area #title a,
.bf-blue #title-area #description {
	color: #004385; 
}

.bf-blue #header .wrap,
.bf-blue #header p,
.bf-blue #header h3,
.bf-blue #header h4,
.bf-blue #title-area,
.bf-blue #header .widget-area h2 {
	color: #FFF; 
}

.bf-blue .widget h2.widgettitle,
.bf-blue .widget h4.widgettitle,
.bf-blue .gform_widget h2.widgettitle,
.bf-blue .gform_widget h4.widgettitle,
.bf-blue .sidebar .widget h2.widgettitle,
.bf-blue .sidebar .widget h4.widgettitle {
	background: #4c76a6; /* Box Header Callouts */
	color: #FFF;
}

.bf-blue #nav {
	background: #53acf0; /* nav bar */	
}

.bf-blue #nav li a {
	color: #FFF; 
	border-left: 1px solid #1a5786; /* divider */
}

.bf-blue #nav ul li:first-child a {
	border-left: none;
}

.bf-blue #nav li a:hover,
.bf-blue #nav li a:active {
	color: #FFF; 
}

.bf-blue #nav li.sfHover,
.bf-blue #nav li li a,
.bf-blue #nav li li a:link,
.bf-blue #nav li li a:visited {
	background: #3e93d4; /* dropdown */
	color: #FFF; 
}

.bf-blue #nav li li a,
.bf-blue #nav li li a:link,
.bf-blue #nav li li a:visited {
	border-left: 1px solid #1a5786;  /* divider */
	border-right: 1px solid #1a5786;  /* divider */
	border-top: 1px solid #1a5786;  /* divider */
	border-bottom: 0;
}

.bf-blue #nav li a:hover,
.bf-blue #nav li a:active,
.bf-blue #nav .current-cat a {
	background-color: #216396;  /* dropdown rollover */
	color: #FFF;
}

.bf-blue #nav li li a:hover, 
.bf-blue #nav li li a:active {
	background: #216396;   /* dropdown rollover */
}

.bf-blue #footer {
	 /* footer top gradient & footer bottom gradient */
	background: #4c76a6; /* footer bkgrd gradient top */
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4c76a6), to(#0f2640));
	background: -webkit-linear-gradient(#4c76a6, #0f2640);
	background: -moz-linear-gradient(#4c76a6, #0f2640);
	background: -ms-linear-gradient(#4c76a6, #0f2640);
	background: -o-linear-gradient(#4c76a6, #0f2640);
	background: linear-gradient(#4c76a6, #0f2640);
	-pie-background: linear-gradient(#4c76a6, #0f2640);
	color:#FFF;
}

.bf-blue #footer a {
	color:#FFF;
}

.bf-blue #bf-cred {
	border-top-color: #8894a2; /* custom */
}

.bf-blue #footer .widgettitle {
	color:#FFF; 
}

.bf-blue h1 {
	color:#4c76a6; /* h1 */
}

.bf-blue h2 {
	color:#000; /* h2 */
}

/* BrightFire Brown Color Scheme
------------------------------------------------------------ */

body.bf-brown {
	background: url(/web/20131025191450im_/http://www.quincyinsurance.net/wp-content/themes/brightfire-brilliance/images/header-bg-brown.png) repeat-x top center #DEDEDE;
}

.bf-brown a, .bf-brown a:link, .bf-brown a:visited, .bf-brown a:active {
	color:#623d08; /* links */
} 

.bf-brown a:hover {
	color:#97814d; /* links hover */
}

.bf-brown #title-area #title,
.bf-brown #title-area #title a,
.bf-brown #title-area #description {
	color: #623d08; 
}

.bf-brown #header .wrap,
.bf-brown #header p,
.bf-brown #header h3,
.bf-brown #header h4,
.bf-brown #title-area,
.bf-brown #header .widget-area h2 {
	color: #FFF; 
}

.bf-brown .widget h2.widgettitle,
.bf-brown .widget h4.widgettitle,
.bf-brown .gform_widget h2.widgettitle,
.bf-brown .gform_widget h4.widgettitle,
.bf-brown .sidebar .widget h2.widgettitle,
.bf-brown .sidebar .widget h4.widgettitle {
	background: #71552d; /* Box Header Callouts */
	color: #FFF;
}

.bf-brown #nav {
	background: #271d0f; /* nav bar */	
}

.bf-brown #nav li a {
	color: #FFF; 
	border-left: 1px solid #575757; /* divider */
}

.bf-brown #nav ul li:first-child a {
	border-left: none;
}

.bf-brown #nav li a:hover,
.bf-brown #nav li a:active {
	color: #FFF; 
}

.bf-brown #nav li.sfHover,
.bf-brown #nav li li a,
.bf-brown #nav li li a:link,
.bf-brown #nav li li a:visited {
	background: #3f2f18; /* dropdown */
	color: #FFF; 
}

.bf-brown #nav li li a,
.bf-brown #nav li li a:link,
.bf-brown #nav li li a:visited {
	border-left: 1px solid #575757;  /* divider */
	border-right: 1px solid #575757;  /* divider */
	border-top: 1px solid #575757;  /* divider */
	border-bottom: 0;
}

.bf-brown #nav li a:hover,
.bf-brown #nav li a:active,
.bf-brown #nav .current-cat a {
	background-color: #5f4b2e;  /* dropdown rollover */
	color: #FFF;
}

.bf-brown #nav li li a:hover, 
.bf-brown #nav li li a:active {
	background: #5f4b2e;   /* dropdown rollover */
}

.bf-brown #footer {
	 /* footer top gradient & footer bottom gradient */
	background: #71552d; /* footer bkgrd gradient top */
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#71552d), to(#000000));
	background: -webkit-linear-gradient(#71552d, #000000);
	background: -moz-linear-gradient(#71552d, #000000);
	background: -ms-linear-gradient(#71552d, #000000);
	background: -o-linear-gradient(#71552d, #000000);
	background: linear-gradient(#71552d, #000000);
	-pie-background: linear-gradient(#71552d, #000000);
	color:#FFF;
}

.bf-brown #footer a {
	color:#FFF;
}

.bf-brown #bf-cred {
	border-top-color: #828180; /* custom */
}

.bf-brown #footer .widgettitle {
	color:#FFF; 
}

.bf-brown h1 {
	color:#71552d; /* h1 */
}

.bf-brown h2 {
	color:#000; /* h2 */
}

/* BrightFire Green Color Scheme
------------------------------------------------------------ */

body.bf-green {
	background: url(/web/20131025191450im_/http://www.quincyinsurance.net/wp-content/themes/brightfire-brilliance/images/header-bg-green.png) repeat-x top center #DEDEDE;
}

.bf-green a, .bf-green a:link, .bf-green a:visited, .bf-green a:active {
	color:#265101; /* links */
} 

.bf-green a:hover {
	color:#5d9356; /* links hover */
}

.bf-green #title-area #title,
.bf-green #title-area #title a,
.bf-green #title-area #description {
	color: #265101; 
}

.bf-green #header .wrap,
.bf-green #header p,
.bf-green #header h3,
.bf-green #header h4,
.bf-green #title-area,
.bf-green #header .widget-area h2 {
	color: #FFF; 
}

.bf-green .widget h2.widgettitle,
.bf-green .widget h4.widgettitle,
.bf-green .gform_widget h2.widgettitle,
.bf-green .gform_widget h4.widgettitle,
.bf-green .sidebar .widget h2.widgettitle,
.bf-green .sidebar .widget h4.widgettitle {
	background: #557937; /* Box Header Callouts */
	color: #FFF;
}

.bf-green #nav {
	background: #36521f; /* nav bar */	
}

.bf-green #nav li a {
	color: #FFF; 
	border-left: 1px solid #506f36; /* divider */
}

.bf-green #nav ul li:first-child a {
	border-left: none;
}

.bf-green #nav li a:hover,
.bf-green #nav li a:active {
	color: #FFF; 
}

.bf-green #nav li.sfHover,
.bf-green #nav li li a,
.bf-green #nav li li a:link,
.bf-green #nav li li a:visited {
	background: #294314; /* dropdown */
	color: #FFF; 
}

.bf-green #nav li li a,
.bf-green #nav li li a:link,
.bf-green #nav li li a:visited {
	border-left: 1px solid #506f36;  /* divider */
	border-right: 1px solid #506f36;  /* divider */
	border-top: 1px solid #506f36;  /* divider */
	border-bottom: 0;
}

.bf-green #nav li a:hover,
.bf-green #nav li a:active,
.bf-green #nav .current-cat a {
	background-color: #446827;  /* dropdown rollover */
	color: #FFF;
}

.bf-green #nav li li a:hover, 
.bf-green #nav li li a:active {
	background: #446827;   /* dropdown rollover */
}

.bf-green #footer {
	 /* footer top gradient & footer bottom gradient */
	background: #557937; /* footer bkgrd gradient top */
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#557937), to(#212d17));
	background: -webkit-linear-gradient(#557937, #212d17);
	background: -moz-linear-gradient(#557937, #212d17);
	background: -ms-linear-gradient(#557937, #212d17);
	background: -o-linear-gradient(#557937, #212d17);
	background: linear-gradient(#557937, #212d17);
	-pie-background: linear-gradient(#557937, #212d17);
	color:#FFF;
}

.bf-green #footer a {
	color:#FFF;
}

.bf-green #bf-cred {
	border-top-color: #91988c; /* custom */
}

.bf-green #footer .widgettitle {
	color:#FFF; 
}

.bf-green h1 {
	color:#557937; /* h1 */
}

.bf-green h2 {
	color:#000; /* h2 */
}


/* BrightFire Red Color Scheme
------------------------------------------------------------ */

body.bf-red {
	background: url(/web/20131025191450im_/http://www.quincyinsurance.net/wp-content/themes/brightfire-brilliance/images/header-bg-red.png) repeat-x top center #DEDEDE;
}

.bf-red a, .bf-red a:link, .bf-red a:visited, .bf-red a:active {
	color:#a20000; /* links */
} 

.bf-red a:hover {
	color:#fd3636; /* links hover */
}

.bf-red #title-area #title,
.bf-red #title-area #title a,
.bf-red #title-area #description {
	color: #a20000; 
}

.bf-red #header .wrap,
.bf-red #header p,
.bf-red #header h3,
.bf-red #header h4,
.bf-red #title-area,
.bf-red #header .widget-area h2 {
	color: #FFF; 
}

.bf-red .widget h2.widgettitle,
.bf-red .widget h4.widgettitle,
.bf-red .gform_widget h2.widgettitle,
.bf-red .gform_widget h4.widgettitle,
.bf-red .sidebar .widget h2.widgettitle,
.bf-red .sidebar .widget h4.widgettitle {
	background: #c51e1e; /* Box Header Callouts */
	color: #FFF;
}

.bf-red #nav {
	background: #c51e1e; /* nav bar */	
}

.bf-red #nav li a {
	color: #FFF; 
	border-left: 1px solid #ac0203; /* divider */
}

.bf-red #nav ul li:first-child a {
	border-left: none;
}

.bf-red #nav li a:hover,
.bf-red #nav li a:active {
	color: #FFF; 
}

.bf-red #nav li.sfHover,
.bf-red #nav li li a,
.bf-red #nav li li a:link,
.bf-red #nav li li a:visited {
	background: #d92828; /* dropdown */
	color: #FFF; 
}

.bf-red #nav li li a,
.bf-red #nav li li a:link,
.bf-red #nav li li a:visited {
	border-left: 1px solid #ac0203;  /* divider */
	border-right: 1px solid #ac0203;  /* divider */
	border-top: 1px solid #ac0203;  /* divider */
	border-bottom: 0;
}

.bf-red #nav li a:hover,
.bf-red #nav li a:active,
.bf-red #nav .current-cat a {
	background-color: #b61313;  /* dropdown rollover */
	color: #FFF;
}

.bf-red #nav li li a:hover, 
.bf-red #nav li li a:active {
	background: #b61313;   /* dropdown rollover */
}

.bf-red #footer {
	 /* footer top gradient & footer bottom gradient */
	background: #c51e1e; /* footer bkgrd gradient top */
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c51e1e), to(#300202));
	background: -webkit-linear-gradient(#c51e1e, #300202);
	background: -moz-linear-gradient(#c51e1e, #300202);
	background: -ms-linear-gradient(#c51e1e, #300202);
	background: -o-linear-gradient(#c51e1e, #300202);
	background: linear-gradient(#c51e1e, #300202);
	-pie-background: linear-gradient(#c51e1e, #300202);
	color:#FFF;
}

.bf-red #footer a {
	color:#FFF;
}

.bf-red #bf-cred {
	border-top-color: #856767; /* custom */
}

.bf-red #footer .widgettitle {
	color:#FFF; 
}

.bf-red h1 {
	color:#c51e1e; /* h1 */
}

.bf-red h2 {
	color:#000; /* h2 */
}


/* BrightFire teal Color Scheme
------------------------------------------------------------ */

body.bf-teal {
	background: url(/web/20131025191450im_/http://www.quincyinsurance.net/wp-content/themes/brightfire-brilliance/images/header-bg-teal.png) repeat-x top center #DEDEDE;
}

.bf-teal a, .bf-teal a:link, .bf-teal a:visited, .bf-teal a:active {
	color:#007e71; /* links */
} 

.bf-teal a:hover {
	color:#45b8ac; /* links hover */
}

.bf-teal #title-area #title,
.bf-teal #title-area #title a,
.bf-teal #title-area #description {
	color: #007e71; 
}

.bf-teal #header .wrap,
.bf-teal #header p,
.bf-teal #header h3,
.bf-teal #header h4,
.bf-teal #title-area,
.bf-teal #header .widget-area h2 {
	color: #FFF; 
}

.bf-teal .widget h2.widgettitle,
.bf-teal .widget h4.widgettitle,
.bf-teal .gform_widget h2.widgettitle,
.bf-teal .gform_widget h4.widgettitle,
.bf-teal .sidebar .widget h2.widgettitle,
.bf-teal .sidebar .widget h4.widgettitle {
	background: #007E71; /* Box Header Callouts */
	color: #FFF;
}

.bf-teal #nav {
	background: #45b8ac; /* nav bar */	
}

.bf-teal #nav li a {
	color: #FFF; 
	border-left: 1px solid #2ac5b5; /* divider */
}

.bf-teal #nav ul li:first-child a {
	border-left: none;
}

.bf-teal #nav li a:hover,
.bf-teal #nav li a:active {
	color: #FFF; 
}

.bf-teal #nav li.sfHover,
.bf-teal #nav li li a,
.bf-teal #nav li li a:link,
.bf-teal #nav li li a:visited {
	background: #309e92; /* dropdown */
	color: #FFF; 
}

.bf-teal #nav li li a,
.bf-teal #nav li li a:link,
.bf-teal #nav li li a:visited {
	border-left: 1px solid #2ac5b5;  /* divider */
	border-right: 1px solid #2ac5b5;  /* divider */
	border-top: 1px solid #2ac5b5;  /* divider */
	border-bottom: 0;
}


.bf-teal #nav li a:hover,
.bf-teal #nav li a:active,
.bf-teal #nav .current-cat a {
	background-color: #309e92;  /* dropdown rollover */
	color: #FFF;
}

.bf-teal #nav li li a:hover, 
.bf-teal #nav li li a:active {
	background: #45b8ac;   /* dropdown rollover */
}

.bf-teal #footer {
	 /* footer top gradient & footer bottom gradient */
	background: #3d776a; /* footer bkgrd gradient top */
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3d776a), to(#001427));
	background: -webkit-linear-gradient(#3d776a, #001427);
	background: -moz-linear-gradient(#3d776a, #001427);
	background: -ms-linear-gradient(#3d776a, #001427);
	background: -o-linear-gradient(#3d776a, #001427);
	background: linear-gradient(#3d776a, #001427);
	-pie-background: linear-gradient(#3d776a, #001427);
	color:#FFF;
}

.bf-teal #footer a {
	color:#FFF;
}

.bf-teal #bf-cred {
	border-top-color: #818b94; /* custom */
}

.bf-teal #footer .widgettitle {
	color:#FFF; 
}

.bf-teal h1 {
	color:#007E71; /* h1 */
}

.bf-teal h2 {
	color:#000; /* h2 */
}


/* BrightFire Employees
------------------------------------------------------------ */

.bf_employees {
	padding-bottom: 20px;
}

.bf_employees + .bf_employees {
	border-top: 2px solid #DDDDDD;
	padding-top: 30px;
}

/* Google Maps Plugin
------------------------------------------------------------ */

.agm_mh_container ul li {
    background-color: #ccc;
    list-style: none outside none !important;
    margin: 2px 0 0 !important;
    overflow: hidden;
    padding: 10px !important;
}


a.agm_mh_marker_item:hover img {
    background: none !important;
}

a.agm_mh_marker_item img {
	display: none;
}

a.agm_mh_marker_item_directions {
	color: #fff;
	font-weight: bold;
	float: right;
}

.agm_mh_marker_item_directions, a.agm_mh_marker_item {
	float: left;
	display: inline-block;
	margin-left: 5px;
}

a.agm_mh_marker_item .agm_mh_marker_item_content {
    margin-left: 0px;
	display: inline-block;
}

.agm_mh_directions_container {
	padding: 15px 10px 10px 10px;
	border: solid #ccc 2px;
}


.agm_waypoint_a, .agm_waypoint_b{
	width: 90% !important;
}

.adp-placemark {
    background: none repeat scroll 0 0 transparent;
    border: none;
    color: #000000;
    cursor: pointer;
    margin: 10px 0;
    vertical-align: middle;}

.agm_mh_directions_container div > span {
	float: right !important;
	margin: 0;
	display: inline-block;
}

.agm_mh_directions_container div > div {
	float: none !important;
	display: inline-block;
}

.agm_mh_close_directions, .agm_mh_get_directions, .agm_mh_marker_item_directions {
	background: url(/web/20131025191450im_/http://www.quincyinsurance.net/wp-content/themes/brightfire-brilliance/images/btn-more-bg.png) repeat-x top !important;
	color: #cd4130 !important;
	font-weight: normal !important;
	display: inline-block;
	padding: 7px 10px 7px 10px !important;
	text-decoration: none;
	text-align: center;
	text-shadow: #FFFFFF 1px 1px;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #D4DBE1;
	border-right: 1px solid #D4DBE1;
	cursor: pointer;
	line-height: 16px;
}

.agm_mh_close_directions:hover, .agm_mh_get_directions:hover, .agm_mh_marker_item_directions:hover {
	background: url(/web/20131025191450im_/http://www.quincyinsurance.net/wp-content/themes/brightfire-brilliance/images/btn-more-bg.png) repeat-x bottom !important;
}

.agm_mh_directions_container > div {
	width: 100% !important;
	margin-bottom: 10px;
}

.agm_mh_travel_type{
	padding: 0 3px 0 0;
}

.agm_mh_travel_type img{
	padding: 2px;
	border: 1px solid #ccc;
}

.agm_mh_directions_panel {
	text-align: left;
}


/* BrightFire General Theme Styles & Overrides
------------------------------------------------------------ */

.skin-bfstandard {
	visibility: hidden;
}

.skin-bfstandard dl.slidedeck > dd .bf-slidedeck-content-wrap {
	background: url(/web/20131025191450im_/http://www.quincyinsurance.net/wp-content/themes/brightfire-brilliance/images/60-pct-black.png);
	bottom: 0;
	padding: 10px 3%;
	position: absolute;
	width: 94.5%;
}

.skin-bfstandard dl.slidedeck > dd .bf-slidedeck-content-wrap p{
	font-size: 21px;
	line-height: 30px;
}

.skin-bfstandard dl.slidedeck > dd img.alignright,
.skin-bfstandard dl.slidedeck > dd img.alignleft {
    margin: 12px 5px !important;
}

.gform_body {
	clear:both;
}

#cboxClose {
	text-indent: -110px; /* moves the colorbox "close" text into view */
}
/*
     FILE ARCHIVED ON 19:14:50 Oct 25, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:29:23 Jun 23, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.912
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.015
  esindex: 0.014
  cdx.remote: 60.094
  LoadShardBlock: 683.694 (3)
  PetaboxLoader3.resolve: 519.14 (3)
  PetaboxLoader3.datanode: 404.847 (4)
  load_resource: 283.003
*/